[INFO] fetching crate ferrotorch-jit-script 0.6.2...
[INFO] fixing ferrotorch-jit-script-0.6.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate ferrotorch-jit-script 0.6.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate ferrotorch-jit-script 0.6.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ferrotorch-jit-script 0.6.2
[INFO] tweaked toml for crates.io crate ferrotorch-jit-script 0.6.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ferrotorch-jit-script 0.6.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ferrotorch-jit-script 0.6.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b386ac8f6c0dd32fc1399ad81ba46576061daef729d4947193c059c4256d6026
[INFO] running `Command { std: "docker" "start" "b386ac8f6c0dd32fc1399ad81ba46576061daef729d4947193c059c4256d6026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b386ac8f6c0dd32fc1399ad81ba46576061daef729d4947193c059c4256d6026" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b386ac8f6c0dd32fc1399ad81ba46576061daef729d4947193c059c4256d6026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b386ac8f6c0dd32fc1399ad81ba46576061daef729d4947193c059c4256d6026" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking ferrotorch-jit-script v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]   --> tests/conformance_surface_coverage.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use serde::Deserialize;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_surface_coverage.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_surface_coverage.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_surface_coverage.rs:40:7
[INFO] [stdout]    |
[INFO] [stdout] 40 |     #[serde(rename = "item")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_surface_coverage.rs:51:7
[INFO] [stdout]    |
[INFO] [stdout] 51 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_surface_coverage.rs:57:7
[INFO] [stdout]    |
[INFO] [stdout] 57 |     #[serde(default, rename = "exclusion")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrotorch_core` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | use ferrotorch_core::grad_fns::arithmetic::{add, mul};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrotorch_core`, use `cargo add ferrotorch_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrotorch_core` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | use ferrotorch_core::grad_fns::reduction::sum;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrotorch_core`, use `cargo add ferrotorch_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrotorch_core` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | use ferrotorch_core::storage::TensorStorage;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrotorch_core`, use `cargo add ferrotorch_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrotorch_core`
[INFO] [stdout]   --> tests/conformance_jit_script.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use ferrotorch_core::{FerrotorchResult, Tensor};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrotorch_core`, use `cargo add ferrotorch_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrotorch_jit`
[INFO] [stdout]   --> tests/conformance_jit_script.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | use ferrotorch_jit::TracedModule;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_jit`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrotorch_jit`, use `cargo add ferrotorch_jit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]   --> tests/conformance_jit_script.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 | use serde::Deserialize;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrotorch_core` in this scope
[INFO] [stdout]  --> tests/script_macro.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use ferrotorch_core::grad_fns::arithmetic::{add, mul};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ferrotorch_core`, use `cargo add ferrotorch_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrotorch_core` in this scope
[INFO] [stdout]  --> tests/script_macro.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ferrotorch_core::grad_fns::reduction::sum;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ferrotorch_core`, use `cargo add ferrotorch_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrotorch_core` in this scope
[INFO] [stdout]  --> tests/script_macro.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ferrotorch_core::storage::TensorStorage;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ferrotorch_core`, use `cargo add ferrotorch_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrotorch_core`
[INFO] [stdout]  --> tests/script_macro.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use ferrotorch_core::{FerrotorchResult, Tensor};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ferrotorch_core`, use `cargo add ferrotorch_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrotorch_jit`
[INFO] [stdout]  --> tests/script_macro.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use ferrotorch_jit::TracedModule;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrotorch_jit`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ferrotorch_jit`, use `cargo add ferrotorch_jit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `toml` in this scope
[INFO] [stdout]   --> tests/conformance_surface_coverage.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     toml::from_str(&body).unwrap_or_else(|e| panic!("parse {}: {e}", p.display()))
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `toml`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `toml`, use `cargo add toml` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:76:7
[INFO] [stdout]    |
[INFO] [stdout] 76 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `toml` in this scope
[INFO] [stdout]    --> tests/conformance_surface_coverage.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         toml::from_str(&body).unwrap_or_else(|e| panic!("parse {}: {e}", p.display()));
[INFO] [stdout]     |         ^^^^ use of unresolved module or unlinked crate `toml`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `toml`, use `cargo add toml` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:78:7
[INFO] [stdout]    |
[INFO] [stdout] 78 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:82:7
[INFO] [stdout]    |
[INFO] [stdout] 82 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_core` in the crate root
[INFO] [stdout]   --> tests/script_macro.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[script]
[INFO] [stdout]    | ^^^^^^^^^ could not find `ferrotorch_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:84:7
[INFO] [stdout]    |
[INFO] [stdout] 84 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:86:7
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_jit` in the crate root
[INFO] [stdout]   --> tests/script_macro.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[script]
[INFO] [stdout]    | ^^^^^^^^^ could not find `ferrotorch_jit` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:88:7
[INFO] [stdout]    |
[INFO] [stdout] 88 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:90:7
[INFO] [stdout]    |
[INFO] [stdout] 90 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:92:7
[INFO] [stdout]    |
[INFO] [stdout] 92 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:95:7
[INFO] [stdout]    |
[INFO] [stdout] 95 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:97:7
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/conformance_jit_script.rs:99:7
[INFO] [stdout]    |
[INFO] [stdout] 99 |     #[serde(default)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]    --> tests/conformance_jit_script.rs:103:7
[INFO] [stdout]     |
[INFO] [stdout] 103 |     #[serde(default)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_core` in the crate root
[INFO] [stdout]   --> tests/script_macro.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[script]
[INFO] [stdout]    | ^^^^^^^^^ could not find `ferrotorch_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_jit` in the crate root
[INFO] [stdout]   --> tests/script_macro.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[script]
[INFO] [stdout]    | ^^^^^^^^^ could not find `ferrotorch_jit` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_core` in the crate root
[INFO] [stdout]    --> tests/conformance_jit_script.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[script]
[INFO] [stdout]     | ^^^^^^^^^ could not find `ferrotorch_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_jit` in the crate root
[INFO] [stdout]    --> tests/conformance_jit_script.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[script]
[INFO] [stdout]     | ^^^^^^^^^ could not find `ferrotorch_jit` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ferrotorch-jit-script` (test "conformance_surface_coverage") due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_core` in the crate root
[INFO] [stdout]   --> tests/script_macro.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[script]
[INFO] [stdout]    | ^^^^^^^^^ could not find `ferrotorch_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_jit` in the crate root
[INFO] [stdout]   --> tests/script_macro.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[script]
[INFO] [stdout]    | ^^^^^^^^^ could not find `ferrotorch_jit` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_core` in the crate root
[INFO] [stdout]    --> tests/conformance_jit_script.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | #[script]
[INFO] [stdout]     | ^^^^^^^^^ could not find `ferrotorch_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_jit` in the crate root
[INFO] [stdout]    --> tests/conformance_jit_script.rs:155:1
[INFO] [stdout]     |
[INFO] [stdout] 155 | #[script]
[INFO] [stdout]     | ^^^^^^^^^ could not find `ferrotorch_jit` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_core` in the crate root
[INFO] [stdout]    --> tests/conformance_jit_script.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | #[script]
[INFO] [stdout]     | ^^^^^^^^^ could not find `ferrotorch_core` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ferrotorch_jit` in the crate root
[INFO] [stdout]    --> tests/conformance_jit_script.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | #[script]
[INFO] [stdout]     | ^^^^^^^^^ could not find `ferrotorch_jit` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `script` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ferrotorch-jit-script` (test "script_macro") due to 11 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `serde_json` in this scope
[INFO] [stdout]    --> tests/conformance_jit_script.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     serde_json::from_slice(&bytes).unwrap_or_else(|e| panic!("parse {}: {e}", p.display()))
[INFO] [stdout]     |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ferrotorch-jit-script` (test "conformance_jit_script") due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "b386ac8f6c0dd32fc1399ad81ba46576061daef729d4947193c059c4256d6026", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b386ac8f6c0dd32fc1399ad81ba46576061daef729d4947193c059c4256d6026", kill_on_drop: false }`
[INFO] [stdout] b386ac8f6c0dd32fc1399ad81ba46576061daef729d4947193c059c4256d6026
